ColorMode Enumeration
Represents the output of colors from a source bitmap or raster graphic.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration ColorMode
| Greyscale | 0 |
Image is displayed using intensity only.
|
| Mono | 1 |
Image is displayed in black and white.
|
| Watermark | 2 |
Colors are modified to make the resulting image transparent.
|
| Standard | 3 |
Image is displayed without modification by the draw:color-mode attribute.
|
| None | 4 |
None.
|